Skip to content

feat: add support for AbortSignal methods in MDN provider and tests#674

Open
nighca wants to merge 1 commit intoamilajack:mainfrom
nighca:abort-signal
Open

feat: add support for AbortSignal methods in MDN provider and tests#674
nighca wants to merge 1 commit intoamilajack:mainfrom
nighca:abort-signal

Conversation

@nighca
Copy link
Copy Markdown

@nighca nighca commented Dec 3, 2025

close #673.

* APIs that are not yet in ast-metadata-inferer but are available in @mdn/browser-compat-data.
* These are manually added until ast-metadata-inferer is updated.
*/
const additionalApis: ApiMetadata[] = [
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I draft a PR to ast-metadata-inferer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AbortSignal.any is not correctly reported

1 participant